home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 2573 / TWO720K.BAT < prev   
DOS Batch File  |  1980-01-01  |  912b  |  29 lines

  1. echo off
  2. echo TWO 720K DRIVE SYSTEM
  3. echo This program extracts onto TWO 3 1/2 INCH BLANK FORMATTED diskettes."
  4. if x%1==x goto noparm
  5. if x%2==x goto noparm
  6. echo Make sure ORIGINAL is in drive %1 and a blank formatted disk is in drive %2
  7. pause
  8. %1lharc e diska.lzh %2
  9. mkdir %2\last2
  10. %1lharc e diskb.lzh %2 computer.cga
  11. %1lharc e diskb.lzh %2 table.cga
  12. %1lharc e diskb.lzh %2 quest.cga
  13. %1lharc e diskb.lzh %2\last2\ title.cga
  14. %1lharc e diskb.lzh %2\last2\ room*.cga
  15. echo Take out the disk in drive %2 and label it "DISK A/B" Insert
  16. echo another blank formatted disk into drive %2.
  17. pause
  18. %1lharc e diska.lzh %2
  19. mkdir %2\last2
  20. %1lharc e diskc.lzh %2 instruct.doc
  21. %1lharc e diskc.lzh %2\last2\
  22. echo Take out the disk in drive %2 and label it "DISK A/C"
  23. goto end1
  24. :noparm
  25. echo INVALID FORMAT! Type TWO720K (drive with ORIGINAL disk) (drive with blank disk)
  26. echo Example: TWO720K A: B:
  27. :end1
  28.  
  29.